first commit
This commit is contained in:
8
mathjax-fira-font/tsconfig/cjs.json
Normal file
8
mathjax-fira-font/tsconfig/cjs.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"extends": "./common.json",
|
||||
"compilerOptions": {
|
||||
"target": "ES5",
|
||||
"outDir": "../cjs",
|
||||
"module": "CommonJS"
|
||||
}
|
||||
}
|
||||
13
mathjax-fira-font/tsconfig/common.json
Normal file
13
mathjax-fira-font/tsconfig/common.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"compileOnSave": true,
|
||||
"compilerOptions": {
|
||||
"downlevelIteration": true,
|
||||
"declaration": true,
|
||||
"noImplicitAny": true,
|
||||
"removeComments": true,
|
||||
"lib": ["es6", "dom"],
|
||||
"noLib": false,
|
||||
"sourceMap": true
|
||||
},
|
||||
"include": ["../ts/**/*"]
|
||||
}
|
||||
10
mathjax-fira-font/tsconfig/def.json
Normal file
10
mathjax-fira-font/tsconfig/def.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": "./mjs.json",
|
||||
"compilerOptions": {
|
||||
"sourceMap": false,
|
||||
"declaration": false,
|
||||
"outDir": "../def"
|
||||
},
|
||||
"include": ["../def/*.ts"],
|
||||
"exclude": []
|
||||
}
|
||||
9
mathjax-fira-font/tsconfig/mjs.json
Normal file
9
mathjax-fira-font/tsconfig/mjs.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "./common.json",
|
||||
"compilerOptions": {
|
||||
"target": "ES6",
|
||||
"outDir": "../mjs",
|
||||
"module": "ES6",
|
||||
"moduleResolution": "node"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user