first commit
This commit is contained in:
commit
8c67935390
|
@ -0,0 +1 @@
|
|||
public/js/irreligious.js
|
|
@ -0,0 +1,5 @@
|
|||
# irreligio.us
|
||||
|
||||
An incremental game.
|
||||
|
||||
Nothing here works or is very interesting yet.
|
|
@ -0,0 +1,3 @@
|
|||
class Resource {
|
||||
public name: string;
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"noImplicitAny": false,
|
||||
"rootDir": "./src/",
|
||||
"outFile": "./public/js/irreligious.js",
|
||||
"removeComments": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"target": "ES5",
|
||||
"module": "amd"
|
||||
}
|
||||
}
|
Reference in New Issue